Skip to content

Conversation

@Redent0r
Copy link

@Redent0r Redent0r commented Feb 19, 2024

Merge Checklist
  • Followed patch format from upstream recommendation: https://github.com/kata-containers/community/blob/main/CONTRIBUTING.md#patch-format
    • Included a single commit in a given PR - at least unless there are related commits and each makes sense as a change on its own.
  • Aware about the PR to be merged using "create a merge commit" rather than "squash and merge" (or similar)
  • genPolicy only: Ensured the tool still builds on Windows
  • genPolicy only: Updated sample YAMLs' policy annotations, if applicable
  • The upstream-missing label (or upstream-not-needed) has been set on the PR.
Summary
Test Methodology

https://dev.azure.com/mariner-org/mariner/_build/results?buildId=509203&view=results [Pass]

@Redent0r Redent0r added the upstream/not-needed PRs that will not be upstreamed (e.g. internal) label Feb 19, 2024
spec:
containers:
- name: ubuntu-main
image: "docker.io/library/ubuntu:latest"
image: "docker.io/library/ubuntu:jammy-20240212"
Copy link
Author

@Redent0r Redent0r Feb 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Start using fixed tags instead of latest on common images that sometimes fail in our internal e2e tests due to "outdated yaml".

  • Pro: increase test stability, should reduce/eliminate test failures due to "outdated yaml"

  • Con: We are no longer testing latest and now we should move this fixed tags forward from time to time

I'm leaning on this change because we get a sporadic test failure every week roughly, but there's only been one instance that it has mildly helped us to test the latest version of an image.

@Redent0r Redent0r marked this pull request as ready for review February 19, 2024 21:04
@Redent0r Redent0r requested review from a team as code owners February 19, 2024 21:04
@Redent0r Redent0r merged commit 04747a1 into msft-main Feb 20, 2024
@Redent0r Redent0r deleted the saulparedes/fix_ingress_test branch February 20, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

upstream/not-needed PRs that will not be upstreamed (e.g. internal)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants